Computer Science for IGCSE & O level - Algorithm Design And Problem Solving (Section 3 - No. 7)
What is the purpose of 'testing' an algorithm?
To find and remove errors.
To make the algorithm more complex.
To speed up the algorithm's execution.
To improve the user interface.
คำอธิบาย
Testing is done to identify and fix any errors or bugs in the algorithm.
